home *** CD-ROM | disk | FTP | other *** search
/ The D Show / The D Show - Disc 1.iso / pc / INSTALL.INI < prev    next >
INI File  |  1998-06-15  |  18KB  |  535 lines

  1. ; --------------------------------
  2. ; INSTALL.INI    
  3. ;
  4. ; This file describes the installation requirement
  5. ; of a Disney Title
  6. ;
  7. ;
  8. ; PLEASE NOTE:  
  9. ;
  10. ; These key fields absolutely CAN NOT BE CHANGED IN ANY WAY SHAPE OR FORM.  Many of
  11. ; the supporting executables and a customer support application are dependent on
  12. ; the present definitions.  Supporting function will not work correctly if any key or group
  13. ; fields are changed.
  14. ;
  15. ; --------------------------------
  16.  
  17. ;-----------------------------------------------------------------------------
  18. ; Indicates which language the script will display
  19. ;
  20. ; VALID ENTIRES ARE AS FOLLOWS:
  21. ; English        Available and Default 
  22. ; Japanese        ** translation required
  23. ; Spanish        ** translation required
  24. ; Swedish        ** translation required
  25. ; French        ** translation required
  26. ; French_Can        ** translation required
  27. ; Hebrew        ** translation required
  28. ; German        ** translation required
  29. ; Russian        ** translation required
  30. ; Korean        ** translation required
  31. ; Italian        ** translation required
  32. ; Persian        ** translation required
  33. ; Dutch            ** translation required
  34. ; Finnish        ** translation required
  35. ; Norwegan        ** translation required
  36. ; Danish        ** translation required
  37. ; Russian        ** translation required
  38. ; Chinese        ** translation required
  39. ;-----------------------------------------------------------------------------
  40. [LOCALIZATION]
  41. Language=ENGLISH
  42.  
  43.  
  44. ;-----------------------------------------------------------------------------
  45. ; ------------- THIS SECTION DESCRIBES THE MIN REQUIREMENTS FOR TITLE
  46. ;
  47. ; RAM:   Min amount of RAM required in 'K'
  48. ; OS:    Operating System recommended   WINDOWS_95, WINDOWS_3.1, WINDOWS_NT3, WIN32S, WINDOWS_NT4, WINDOWS_NT5 are valid entires
  49. ; CPU:   Cpu type recommended: 286, 386, 486, PENTIUM,  P6, P7 are valid entries
  50. ; CPUSPEED: Min CPU speed required                   *** NOT IMPLEMENTED
  51. ; CDSPEED:  Min CDROM speed required.  FORMAT:  <Speed>X       *** NOT IMPLEMENTED
  52. ; MINDISKSPACE: Minimual install, amount of disk space required
  53. ; MAXDISKSPACE: Full install, amount of disk space required
  54. ; COLORS:  Indicates what color setting this game must run at..in order to warn the user
  55. ;          Format:  4,8,16,24,32  (bits)
  56. ;          A non-setting means that game is not bound or warning is not desired.
  57. ;
  58. ;-----------------------------------------------------------------------------
  59. [BASE PLATFORM]
  60. RAM=16000        
  61. OS=WINDOWS_95,WINDOWS_NT4,WINDOWS_NT5
  62. CPU=486    
  63. CDSPEED=4X
  64. CPUSPEED=90
  65. MINDISKSPACE=31000
  66. MAXDISKSPACE=40000
  67. COLORS=
  68.  
  69.  
  70. ;-----------------------------------------------------------------------------
  71. ;
  72. ;    The installer checks the user's system for mimimal requirement, based on the fields set in
  73. ;    the base platform group (above).  This section turns the tests on or off.
  74. ;
  75. ;[TEST CONTROL]
  76. ; CheckCPUSpeed=1        Indicates whether the CPU speed check should be done
  77. ; CheckRam=1            Indicates whether the RAM check should be done
  78. ; CheckCD=1            Indicates whether the CD Speed check should be done
  79. ; CheckOS=1            Indicates whether the Operating System comparision should be done
  80. ; CheckCPUType=1        Indicates whether the CPU type test should be done
  81. ;
  82. ; CheckCPUSpeed_AbortFail=0    Indicates whether the installer should exit the installer if the test fails
  83. ;                or allow the user to continue.
  84. ;                1=TRUE 0 = FALSE
  85. ; CheckRam_AbortFail=0        Indicates whether the installer should exit the installer if the test fails
  86. ;                or allow the user to continue.
  87. ;                1=TRUE 0 = FALSE
  88. ; CheckCD_AbortFail=0        Indicates whether the installer should exit the installer if the test fails
  89. ;                or allow the user to continue.
  90. ;                1=TRUE 0 = FALSE
  91. ; CheckOS_AbortFail=0        Indicates whether the installer should exit the installer if the test fails
  92. ;                or allow the user to continue.
  93. ;                1=TRUE 0 = FALSE
  94. ; CheckCPUType_AbortFail=0    Indicates whether the installer should exit the installer if the test fails
  95. ;                or allow the user to continue.    
  96. ;                1=TRUE 0 = FALSE
  97. ;-----------------------------------------------------------------------------
  98. [TEST CONTROL]
  99. CheckCPUSpeed=1
  100. CheckRam=1
  101. CheckCD=0
  102. CheckOS=1
  103. CheckCPUType=1
  104.  
  105. CheckCPUSpeed_AbortFail=0
  106. CheckRam_AbortFail=0
  107. CheckCD_AbortFail=0
  108. CheckOS_AbortFail=0
  109. CheckCPUType_AbortFail=0
  110.  
  111.  
  112.  
  113.  
  114. ;-----------------------------------------------------------------------------
  115. ; ------------------------THIS SECTION DESCRIBES THE SPECIFIC OF TITLE
  116. ;
  117. ; IT IS IMPORTANT THAT ALL PATH FIELD MUST CONTAIN DELINIATOR '\' AT THE END ONLY 
  118. ; IN ORDER TO BE PROCESSED CORRECTLY.  FOR EXAMPLE IF THE SUBDIRECTORY IF OFF
  119. ; THE ROOT OF E:  THEN THE PATH OF E:\BMP\  MUST BE SHOWN AS BMP\
  120. ;
  121. ; LICENSE :  Name and location of License file ( ON THE CD ) 
  122. ; ICON_PATH: Path on CD where icons exist, as associated with folder icons  
  123. ;            format: <path name>\
  124. ;
  125. ; EREGPATH:  Location of EReg.  This PATH MUST BE THERE for system info check to work.
  126. ; EREG:      Name of electronic registration exe file,  ( ON THE CD ) 
  127. ; EREG_ICON: Icon used by folder, if different from exe default    
  128. ;            format: <path name>\
  129. ;
  130. ; UNINSTALL_ICON:  Icon used to represent uninstall     
  131. ;            format: <path name>\
  132. ;
  133. ; README_ICON: ICON DESIRED FOR README, ( ON THE CD )    
  134. ;            format: <path name>\
  135. ;
  136. ; EXE_ICON:  Icon used by folder, if different from exe default   
  137. ;            format: <path name>\
  138. ;
  139. ; HELP_ICON: ICON DESIRED FOR README.
  140. ; INSTALL_SOURCE:  Placement of installation software and icons.  ( ON THE CD ) 
  141. ;                  format: <path name>\
  142. ;-------------------------------------------------------
  143. [INSTALL COMPONENTS]
  144. LICENSE_PATH=LEGAL\
  145. LICENSE=license.txt
  146.  
  147. EREGPATH=EREG\
  148. EREG=Register.exe
  149. EREG_ICON=Shrtcut.ico
  150.  
  151. DX_CHECK_PATH=REDIST\
  152. DX_CHECK_EXE=check.exe
  153.  
  154. DX_INSTALL_PATH=REDIST\
  155. DX_INSTALL_EXE=DXINSTAL.exe
  156.  
  157. DRV_CERT_PATH=REDIST\DIRECTX\
  158. DRV_CERT_EXE=dxdrv.exe
  159.  
  160. DFsinglebuffer_STR=Cirrus Logic 5434
  161.  
  162. ICON_PATH=ICONS\
  163. UNINSTALL_ICON=Unistall.ico
  164. EXE_ICON=Install.ico
  165. HELP_ICON=cdrom.ico
  166. README_ICON=
  167.  
  168. EXE_ICONOnHardDrive=1
  169. EREG_ICONOnHardDrive=1
  170. UNINSTALL_ICONOnHardDrive=1
  171. HELP_ICONOnHardDrive=1
  172. README_ICONOnHardDrive=0
  173.  
  174. ; Extra Stuff For The Mattel Demo
  175.  
  176. PREVIEW_DEST_ICON=demo.ico
  177. PREVIEW_DEST_PATH=Preview\
  178. PREVIEW_DEST_EXE=DShow.exe
  179. PREVIEW_DEST_LABEL=Disney Board Game Preview
  180.  
  181. ; ------------------------THIS SECTION DESCRIBES THE FILES TO BE INSTALLED
  182. ;[FILE LIST 32BIT]
  183. ; Dir=                Source of file on the CDROM       format: <path name>\    ( ON THE CD ) 
  184. ; MinInstall=            Name of the compressed data file, Manatory installation
  185. ; MaxInstall:             Name of the compressed data file, Full installation
  186. ; WindowsDirInstall=        Name of the manatory compressed data file, 
  187. ;                           destined for the Windows subdirectory
  188. ; WindowsSystemDirInstall=    Name of the manatory compressed data file, 
  189. ;                             destined for the Windows system subdirectory
  190. ;
  191. ;
  192. ; [FILE LIST 16BIT] 
  193. ; File definitions are the same, but for a 16-bit OS. 
  194. ;
  195. ; [FILE OPTIONS]
  196. ; Win32S_Use16Bit=0        Indicates whether to install 16-bit software in a Win32S system.
  197. ;-----------------------------------------------------------------------------
  198. [FILE LIST 32BIT]
  199. Dir=DATA\
  200. FileDir=TITLE\DATA\
  201. MinInstall=data32.z
  202. MaxInstall=data32.z
  203. WindowsDirInstall=
  204. WindowsSystemDirInstall=
  205. FontDirInstall=
  206.  
  207. RsxInstallDir=RSX\
  208. RsxZFile=
  209. RsxRedistFile=
  210.  
  211. RdxInstallDir=RDX\
  212. RdxInstall=
  213. CDdata_Path=DATA\
  214.  
  215.  
  216. [FILE LIST 16BIT]
  217. Dir=DATA\
  218. MinInstall=
  219. MaxInstall=
  220. WindowsDirInstall=
  221. WindowsSystemDirInstall=
  222. FontDirInstall=
  223. CDdata_Path=DATA\
  224.  
  225. [FILE OPTIONS]
  226. Win32S_Use16Bit=0
  227.  
  228.  
  229. ;-----------------------------------------------------------------------------
  230. ; ------------------------THIS SECTION DESCRIBES THE SPECIFIC OF TITLE
  231. ;
  232. ; COMPANY=Disney Interactive            Name of publisher
  233. ; APPNAME=Hercules CD-ROM Sampler         Name of title.  
  234. ;                        IMPORTANT... THIS IS THE NAME USED IN THE REGISTRY
  235. ;                        AND FOLDER. 
  236. ; APPFOLDER=Disney Interactive            Default User folder
  237. ; VERSION=1.0                    Version of title
  238.  
  239. ; CDAPPPATH=DEMO\                Default path name, if title is run off of the CD
  240. ; APPPATH=Disney\Sampler            Default path name for executables and installed files
  241. ; 32BIT_EXE=Start32.exe                Entry point for 32-bit install
  242. ; 16BIT_EXE=Start16.exe                Entry point for 16-bit install
  243. ;
  244. ; HELP_FILE=                    Name of help file to reference in the user's folder, if any
  245. ; UNINSTALL=Sampler                Installshield requires a key name for the uninstall
  246. ; DEINSTALL_KEY=Sampler                Installshield requires a key name for the uninstall
  247. ; README_FILE=                    Name of readme file to reference in the user's folder, if any
  248. ;
  249. ;-----------------------------------------------------------------------------
  250. [TITLE COMPONENTS]
  251. COMPANY=Disney Interactive
  252. APPNAME=The D Show
  253. APPFOLDER=Disney Interactive\The D Show
  254. VERSION=1.0
  255.  
  256. CDAPPPATH=
  257. APPPATH=Disney\DShow
  258. 32BIT_EXE=DShow.exe
  259.  
  260. 16BIT_EXE=
  261.  
  262. HELP_FILE=dshow.hlp
  263. HELP_FILE_SHORTCUT_LABEL=The D Show Help File
  264. UNINSTALL=The D Show
  265. DEINSTALL_KEY=The D Show
  266. README_FILE=
  267. README_SHORTCUT_LABEL=
  268. EREG_SHORTCUT_LABEL=The D Show Electronic Registration
  269. UNINSTALL_SHORTCUT_LABEL=Uninstall The D Show
  270. TITLE_SHORTCUT_LABEL=Play The D Show   
  271.  
  272. RSXCONFIG_SHORTCUT_LABEL = 
  273. ;-----------------------------------------------------------------------------
  274. ; ------------------------THIS SECTION DESCRIBES THE ENGINE TYPE OF THE TITLE
  275. ;
  276. ; DirectX:  Does this title use DirectX                 1=TRUE 0 = FALSE
  277. ; DirectXVersion: Version of DirectX released with this product.  
  278. ;                 Valid entires: 2.0, 3.0, 5.0, 6.0, 7.0, 8.0
  279. ;
  280. ; MinDxVersion=   Minimual version of DirectX that this product will work with.
  281. ;          including Device Drivers.
  282. ;                 Valid entires: 2.0, 3.0, 5.0, 6.0, 7.0, 8.0  
  283. ;
  284. ; OpenGL:   Does this title use OpenGL                  1=TRUE 0 = FALSE  ** NOT IMPLEMENTED
  285. ; Custom:   Does this title use a Custom Engine         1=TRUE 0 = FALSE  ** NOT IMPLEMENTED
  286. ; RSX:      Does this title use a Intel's RSX           1=TRUE 0 = FALSE  ** NOT IMPLEMENTED
  287. ; Win32S:   For Windows 3.1 system only. Upgrade Win3.1 to a Win32S system    1=TRUE 0 = FALSE 
  288. ; WinG:     For Windows 3.1 systems only. Upgrade system with graphics library.
  289. ;
  290. ; DDRAW:  Does title need DirectDraw  1=TRUE 0=FALSE
  291. ; DSOUND: Does title need DirectSound 1=TRUE 0=FALSE
  292. ; DINPUT: Does title need DirectInput 1=TRUE 0=FALSE
  293. ; Dplay:  Does title need DirectPlay  1=TRUE 0=FALSE
  294. ; D3d:    Does title need Direct3D    1=TRUE 0=FALSE
  295. ; DSOUNDDRIVERS:  Does title need DirectDraw Device Drivers 1=TRUE  0=FALSE
  296. ; DRAWDRIVERS:  Does title need DirectSound Device Drivers  1=TRUE  0=FALSE
  297. ;
  298. ;-----------------------------------------------------------------------------
  299. [TITLE PLATFORM]
  300. DirectX=1
  301. DirectXVersion=5.0
  302. MinDxVersion=5.0
  303. SkipDXCheck=1
  304. RSX=0
  305. RDX=0
  306. Win32S=0
  307. WinG=0
  308.  
  309. DDRAW=1
  310. DSOUND=1
  311. DINPUT=1
  312. DPLAY=1
  313. D3D=0
  314. DRAWDRIVERS=1
  315. DSOUNDDRIVERS=1
  316.  
  317.  
  318. ;-----------------------------------------------------------------------------
  319. ;      GROUPED TOGETHER, ONLY ONE OF THESE MUST BE ON
  320. ;
  321. ; RunOnCD:              Does this title ONLY run off of the CD      
  322. ;                       No files are installed to a hard drive
  323. ;                1=TRUE 0 = FALSE    
  324. ;
  325. ; RunOnCD_ButInstallFiles:  This title runs off the CD, but    
  326. ;                           still has files to install on the
  327. ;                        hard drive.
  328. ;                1=TRUE 0 = FALSE
  329. ;
  330. ; RunOnHardDrive:          This title runs off of the hard drive 
  331. ;                1=TRUE 0 = FALSE
  332. ;-----------------------------------------------------------------------------
  333. [RUN SOURCE]
  334. RunOnCD=0
  335. RunOnCD_ButInstallFiles=0
  336. RunOnHardDrive=1
  337.  
  338.  
  339. ;-----------------------------------------------------------------------------
  340. ;
  341. ;--------- independent selections.....
  342. ;
  343. ; Register: Should Electronic registration be launched  1=TRUE 0 = FALSE
  344. ;
  345. ;
  346. ; InstallOptions= Indicates the type of install available
  347. ;         Valid Entries are:  ADVANCED          "Advanced" will take the installer
  348. ;                            through the basics of an optional
  349. ;                            path name and folder selection
  350. ;                     HIDDEN        "Hidden" will attempt to hide all
  351. ;                            interfaces with default settings
  352. ;                     HIDDEN_OPTION    "Hidden_option" gives the user
  353. ;                            the opportunity of selecting 
  354. ;                            the type of install-->Hidden or Advanced.
  355. ;
  356. ;
  357. ;-----------------------------------------------------------------------------
  358. [INSTALL TYPE]
  359. Register=1
  360. InstallOptions=ADVANCED
  361.  
  362.  
  363.  
  364. ;-----------------------------------------------------------------------------
  365. ;---------- If user selects Advanced or install is set to advanced, does this install
  366. ;           want to give the user the ability to select min or max installs 
  367. ;
  368. ; MinAndMaxInstall: Optional Install Type.  Turns on or
  369. ;                  off user dialog box giving option.
  370. ;           Also ties into [FILE LIST 32BIT]    and     [FILE LIST 16BIT]
  371. ;          If on (=1) then file must be listed.  1=TRUE  0=FALSE
  372. ;-----------------------------------------------------------------------------
  373. [ADVANCED INSTALL OPTIONS]
  374. MinAndMaxInstall=1
  375.  
  376. ;-----------------------------------------------------------------------------
  377. [EXTRN INS]
  378. Path=
  379.  
  380. Init=
  381. InitCommand=
  382. InitMsg=
  383.  
  384. BeforeDX=
  385. BeforeDXCommand=
  386. BeforeDXMsg=
  387.  
  388. AfterDX=
  389. AfterDXCommand=
  390. AfterMsg=
  391.  
  392. BeforeXfer=
  393. BeforeXferCommand=
  394. BeforeXferMsg=
  395.  
  396. AfterXfer=
  397. AfterXferCommand=
  398. AfterXferMsg=
  399.  
  400. BeforeExit=
  401. BeforeExitCommand=
  402. BeforeExitMsg=
  403.  
  404.  
  405.  
  406.  
  407. ;----------------------------------
  408. ;  Windows Registry Keywords
  409. ;  These labels define the keyword to be place under the following path:
  410. : HKEY_LOCAL_MACHINE\SOFTWARE\DISNEY INTERACTIVE\<TITLE NAME>\<VERSION #>\
  411. ;  
  412. ; DirPathKey:  HOlDS the key value that describes the acutal path of the executables, may be the same as UserSelectedPathKey
  413. : DataSourceKey:  Hold the key value that describes where the data is on the CDROM
  414. ; UinstallPathKey:  Hold the key value that describes the entire uninstall function
  415. ; UserSelectedPathKey:  Holds the key value that describes the directory path that the user selected.  May be the same as DirPathKey
  416. ; EntryPointKey:  Hold the key value that contains the path and executable entry point.
  417. ; BitVersionKey:  Hold the key value that contains the bit version of the title ie: 16 or 32
  418. ;
  419. ;---------------------------------
  420. [REGISTRY KEYS]
  421. DirPathKey=PATH
  422. DataSourceKey=DATA
  423. UninstallPathKey=Uninstall
  424. UserSelectedPathKey=User Path
  425. EntryPointKey=EntryPoint
  426. BitVersionKey=BitVersion
  427. HelpKey=Help
  428.  
  429.  
  430.  
  431. ;-----------------------------------------------------------------------------
  432. ;---------BITMAPS DISPLAYED DURING INSTALLATION
  433. ;
  434. ; ART_PATH: Location of ALL bitmaps.  File displayed by Installshield MUST BE the
  435. ;        the following:    256 Color MAX, Windows BMP format.   ( ON THE CD ) 
  436. ;
  437. ; Logo:  Opening DI logo.  BMP file
  438. ; cnt:   Number of BMP files used in Installation
  439. ; 1=:   Ranges to the number of key 'cnt'.  If cnt=4, then there are 4 key fields:
  440. ;    1=, 2=, 3=, 4=,
  441. ;   NOTE: At the moment only 4 bitmaps are displayed.
  442. ;
  443. ;
  444. ;   ************* NOTE : The following fields are used to replace standard
  445. ;             installshield art.  This fields WILL NOT WORK, unless
  446. ;             the art (bmp files) are compressed into the _setup.lib file.
  447. ;             this can be done with the compress.bat batch file, provided.
  448. ;             Essentially, this batch file calls ICOMP to create a new
  449. ;             _setup.lib.  Since this installer can be used to install
  450. ;            both a 32-bit and 16-bit, TWO _setup.lib files must be created.
  451. ;            Review the compress.bat file for details.
  452. ;
  453. ;             All these files MUST BE a BMP with a max number of colors set to 256 using
  454. ;             standard windows palette.
  455. ;
  456. ;
  457. ;
  458. ; DLG_PATH_BMP:          Replaces the bitmap in the Path Dialog Box.  Undefined key leaves
  459. ;                 leaves standard InstallShield Bitmap.
  460. ;
  461. ; DLG_INSTALL_TYPE_BMP:  Replaces the bitmap in the Path Dialog Box.  Undefined key leaves
  462. ;              leaves standard InstallShield Bitmap.
  463. ;
  464. ; DLG_FOLDER_BMP:        Replaces the bitmap in the Path Dialog Box.  Undefined key leaves
  465. ;                 leaves standard InstallShield Bitmap.
  466. ;
  467. ; DLG_FINISH_BMP:        Replaces the bitmap in the Path Dialog Box.  Undefined key leaves
  468. ;                 leaves standard InstallShield Bitmap.
  469. ;
  470. ; DLG_INSTALL_TYPE_MINBTN :  This field is used to replacing the Buttons used in
  471. ;                 the install type option.  This button is for Minimual Install.
  472. ;                 This file MUST BE a BMP with a max number of colors set to 256 using
  473. ;                 standard windows palette.
  474. ;
  475. ; DLG_INSTALL_TYPE_MAXBTN :  This field is used to replacing the Buttons used in
  476. ;                 the install type option.  This button is for Max Install.
  477. ;
  478. ; TitleLogo:  Name of title logo that appears in the upper left corner.  Field includes
  479. ;          the RGB code of the transparent color.  Format: <file name>;R,G,B
  480. ;-----------------------------------------------------------------------------
  481. [INSTALL ART]
  482. ART_PATH=ICONS\
  483. BITMAP_COLORS=8
  484. TitleLogo=logo.BMP
  485. Logo=castle.bmp
  486. DLG_PATH_BMP=
  487. DLG_INSTALL_TYPE_BMP=
  488. DLG_FOLDER_BMP=
  489. DLG_BACKUP_BMP=
  490. DLG_FINISH_BMP=
  491. DLG_INSTALL_TYPE_MINBTN=
  492. DLG_INSTALL_TYPE_MAXBTN=
  493. AUTOPLAY_BMP=
  494.  
  495. ; ------------------------THIS SECTION DESCRIBES THE BACKGROUND SCREEN
  496. ;  RGB VALUES FOR THE SCREEN:
  497. ;  VALID ENTIRES: FROM 0 TO 255
  498. ;
  499. [BACKGROUND COLOR]
  500. RED=0
  501. GREEN=0
  502. BLUE=140
  503.  
  504.  
  505.  
  506.  
  507. [USER INI]
  508. ;----------------------THIS SECTION DESCRIBES THE WHAT INI FILE WILL BE 
  509. ;                STORED ON THE USER'S SYSTEM.  THESE FILE
  510. ;                    NAMES REALLY SHOULD NOT BE CHANGED,
  511. ;                        SINCE ALL PRODUCTS WILL ASSUME
  512. ;                    THE SAME INI FILE NAME !
  513. ;
  514. ;
  515. ;    Name:  Name of ini file
  516. ;    SrcPath:  Where on the CD is this file located
  517. ;    Old:    Internal name only.
  518. ;    Viewer:  PW for Customer Service Viewer
  519. ;
  520. Name=disney.ini
  521. SrcPath=DATA\
  522. Old=disney.old
  523. Viewer=mickey
  524. ViewerOverride=ok
  525.  
  526.  
  527.  
  528.  
  529.  
  530.  
  531.  
  532.  
  533.  
  534.